home *** CD-ROM | disk | FTP | other *** search
- function randomRange(min, max)
- {
- var _loc1_ = Math.floor(Math.random() * (max - min + 1)) + min;
- return _loc1_;
- }
- _root.playIntro = true;
- _root.playIntro2 = true;
- _root.allSounds = new Sound();
- _root.score = 0;
- _root.timeScore = 0;
- _root.levelScore = 0;
- _root.isPause = false;
- _root.levelArray = ["lblgame","level2","level3","level4","level5","level6","level7","level8","level9","level10","level11","level12","level13","level14","level15","level16","level17","level18","level19","level20","win"];
- _root.level = 0;
- _root.isEasy = false;
- _root.playIntroSound = true;
- _root.playerId = 1;
- _root.isOver = false;
- _root.userCar = "";
- _root.debug = false;
- _root.carCount = 0;
- _root.carArray = [];
-